home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ppl, mnv, objc, foes, pwr, advance, psyprop, soundspath, heart
- psyprop = 0
- advance = 6
- puppetSprite(1, 1)
- ppl = [10, 11, 12, 13]
- mnv = [0, 0, 0, 0]
- ccc = getAt(pwr, 1)
- pwr = [ccc, 75, 60]
- objc = [EMPTY, EMPTY, "trochr"]
- set the keyUpScript to "psyreg"
- set the keyDownScript to "psyregb"
- repeat with i = 10 to 13
- sprite(i).visible = 1
- set the constraint of sprite i to 39
- puppetSprite(i, 1)
- end repeat
- set the locH of sprite 10 to 20
- set the locV of sprite 10 to 400
- sprite(41).visible = 0
- sprite(4).visible = 0
- foes = [162, 162]
- set the locH of sprite 11 to 660
- set the locV of sprite 11 to 370
- set the locH of sprite 12 to 520
- set the locV of sprite 12 to 400
- puppetSprite(31, 0)
- sound playFile 1, soundspath & "281"
- heart = 9
- set the locH of sprite 5 to 10 + random(620)
- end
-